/* Top Level Styles for the CLOAF Website */

/* Commands */
body
{
 background-color:rgb(254,254,255);
 color:rgb(0,0,139);
 font-size:20px;
}

hr
{
 height:2px;
 color:rgb(0,0,139);
}

ol
{
 padding:0px 0px 0px -18px;
 margin:0px 0px 0px -18px;
}

/* *************end Commands************** */

/* Links */

a:link, a:visited, a:active, a:hover
{
 font-family:"Times New Roman",serif;
 font-size:18px;
 font-weight:bold;
 color:rgb(0,0,139);
 text-decoration:none;
 border:2px solid rgb(184,134,11);
 border-radius:5px;
 padding:5px 5px 5px 5px;
 outline:none;
}
   
a:hover
{
 background-color:rgb(0,0,139);
 color:rgb(254,254,255);
}

a.legislative:link, a.legislative:visited, a.legislative:active, a.legislative:hover
{
 font-family:tahoma,verdona,sans-serif;
 font-weight:bold;
 font-size:20px;
 font-style:normal;
 text-decoration:none;
 border-style:none;
}

a.contact:link, a.contact:visited, a.contact:active, a.contact:hover,
a.contact10:link, a.contact10:visited, a.contact10:active, a.contact10:hover,
a.contact9:link, a.contact9:visited, a.contact9:active, a.contact9:hover
{
 font-family:tahoma,verdona,sans-serif;
 font-weight:bold;
 font-style:italic;
 text-decoration:none;
 border-style:none;
}
  
a.contact:hover, a.contact10:hover, a.links:hover
{
 background-color:rgb(0,0,139);
 color:rgb(254,254,255);
}

a.contact
{
 font-size:11px;
}

a.contact10
{
 font-size:10px;
}

a.contact9
{
 font-size:9px;
}
 
a.links:link, a.links:visited, a.links:active, a.links:hover
{
 font-family:tahoma,verdona,sans-serif;
 font-size:16px;
 font-style:italic;
 font-weight:normal;
 border-style:none;
}

a.img:link,a,img:active,a.img:visited,a:hover.img
{
 background:none;
 border:none;
}

a.pdf:link,a.pdf:visited,a.pdf:active,a.pdf:hover
{
 font-family:"Times New Roman",serif;
 font-size:18px;
 font-weight:bold;
 color:rgb(0,0,139);
 text-decoration:none;
/* border:2px solid rgb(184,134,11);
 border-radius:5px;*/
 border:none;
 padding:5px 5px 5px 5px;
 outline:none;
}

a.pdf:hover
{
 background:none;
 border:none;
} 

/* *************end Links**************** */
   
/* Blocks */

#container
{
 top:0px;
 left:128px;
 position:absolute;
 width:1000px;
 z-index:0;
}

#logo
{
 left:0px;
 top:0px;
 position:absolute;
 width:100%;
 height:215px;
 border-bottom:2px solid rgb(0,0,139);
 z-index:0;
}

#leftMenu
{
 left:0px;
 top:215px;
 position:absolute;
 width:210px;
 padding:15px 5px 5px 10px;
}

#homeContent
{
 left:220px;
 top:215px;
 position:absolute;
 width:560px;
 padding:5px 0px 5px 5px;
 border-left:2px solid rgb(0,0,139);
 border-right:2px solid rgb(0,0,139);
 overflow:auto;
}

#rightCol
{
 left:790px;
 top:215px;
 position:absolute;
 width:210px;
 padding:0px 0px 5px 0px;
}

#content
{
 left:220px;
 top:215px;
 position:absolute;
 width:770px;
 padding:5px 0px 5px 5px;
 border-left:2px solid rgb(0,0,139);
 border-right:2px solid rgb(0,0,139);
/* overflow:auto;*/
}

#footer
{
 left:0px;
 top:730px;
 position:absolute;
 width:1000px;
 height:20px;
 font-size:12px;
 background-color:rgb(0,0,139);
 color:rgb(176,224,250);
 text-align:center;
 padding:5px 0px 0px 0px;
}
 
/* *****************end Blocks****************** */

/* classes */

.noborder
{
 border:none;
}

.bold
{
 font-weight:bold;
}

.keepCRLF
{
 white-space:pre;
}

.center
{
 text-align:center;
}

.contactsSection, .linksSection, .jobsSection
{
 width:100%;
 border-bottom:1px solid rgb(0,0,139);
}

.contactsSecTitle, .linksSecTitle, .jobsSecTitle
{
 width:99.5%;
 padding:5px 0px 0px 5px;
 border-bottom:1px solid rgb(0,0,139);
 font-size:25px;
 font-weight:bold;
 font-family:'Times New Roman',serif;
}

.contactsSecInd
{
 width:150px;
 height:150px;
 padding:5px 0px 3px 0px;
 text-align:center;
 font-size:15px;
}

.linksSecInd
{
 width:256px;
 height:100%;
 padding:5px 0px 3px 0px;
 text-align:center;
}

.jobsSecInd
{
 width:155px;
 height:100%;
 padding:5px 0px 3px 0px;
 text-align:center;
}

/* ********************end Classes***************** */
